﻿/*#region global*/
a {color: #666;}
a:hover {text-decoration: none;}
iframe {border-width: 0;}
.input-group .input-group-addon-img {background: #fff;padding: 3px 6px;cursor: pointer;background: #eee;border-color:#eee}
.input-group .input-group-addon-img img { max-width: none !important;}
.modal-dialog {margin: 80px auto;}
@media(min-width:992px) {
    .navbar .nav>li.desktop>.dropdown-menu {  display: none;} 
    .navbar .nav>li.desktop:hover>.dropdown-menu {  display: block;  }
    .navbar .nav>li.desktop>.dropdown-menu>li:hover>.dropdown-menu {display: block;}
}
.dropdown-submenu > a::after {
    border-left: 4px dashed #777;
}
.pager li > a, .pager li > span {

    border-width: 0;
    border-radius: 0;
}

.pager {
    border-top: 1px dotted #e1e1e1;
}
.pager>li.previous>a:before {
    content: "上一篇:";
    color: #999;
}
.pager>li.next>a:before {
    content: "下一篇:";
    color: #777;
}
/*#endregion*/
/*#region reset navbar responsive*/
/*default 768px/767px*/
@media(min-width:992px) {
    .navbar-right .dropdown-menu {right: 0;left: auto}
    .navbar-right .dropdown-menu-left {right: auto;left: 0}

    .navbar-header {float: left}
    .navbar-collapse {width: auto;border-top: 0;-webkit-box-shadow: none;box-shadow: none}
    .navbar-collapse.collapse {display: block !important;height: auto !important;padding-bottom: 0;overflow: visible !important}
    .navbar-collapse.in {overflow-y: visible}
    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {padding-right: 0;padding-left: 0}
    .container > .navbar-header,.container-fluid > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-collapse {margin-right: 0;margin-left: 0;}
    .navbar > .container .navbar-brand,.navbar > .container-fluid .navbar-brand {margin-left: -15px;}
    .navbar-toggle {display: none}
}

@media(max-width:991px) {
    .navbar-nav .open .dropdown-menu {position: static;float: none;width: auto;margin-top: 0;background-color: transparent;border: 0;-webkit-box-shadow: none;box-shadow: none}
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {padding: 8px 15px 8px 25px}
    .navbar-nav .open .dropdown-menu > li > a {line-height: 20px}
    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {background-image: none}

    .dropdown-submenu > a:after {float: right;margin-top: -10px;margin-right: 5px;display: inline-block;vertical-align: middle;border-top: 4px dashed #777;border-left: 4px solid transparent;border-right: 4px solid transparent;
  }
}

@media(min-width:992px) {
    .navbar-nav {float: left;margin: 0}
    .navbar-nav > li {float: left}
    .navbar-nav > li > a {padding-top: 15px;padding-bottom: 15px}
    .navbar-form .form-group {display: inline-block;margin-bottom: 0;vertical-align: middle}
    .navbar-form .form-control {display: inline-block;width: auto;vertical-align: middle}
    .navbar-form .form-control-static {display: inline-block}
    .navbar-form .input-group {display: inline-table;vertical-align: middle}
    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {width: auto}
    .navbar-form .input-group > .form-control {width: 100%}
    .navbar-form .control-label {margin-bottom: 0;vertical-align: middle}
    .navbar-form .radio, .navbar-form .checkbox {display: inline-block;margin-top: 0;margin-bottom: 0;vertical-align: middle}
    .navbar-form .radio label, .navbar-form .checkbox label {padding-left: 0}
    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {position: relative;margin-left: 0}
    .navbar-form .has-feedback .form-control-feedback {top: 0}
}
@media(max-width:991px) {
    .navbar-form .form-group {margin-bottom: 5px}
    .navbar-form .form-group:last-child {margin-bottom: 0}
}
@media(min-width:992px) {
    .navbar-form {width: auto;padding-top: 0;padding-bottom: 0;margin-right: 0;margin-left: 0;border: 0;-webkit-box-shadow: none;box-shadow: none}
    .navbar-text {float: left;margin-right: 15px;margin-left: 15px}
    .navbar-left {float: left !important}
    .navbar-right {float: right !important;margin-right: -15px}
    .navbar-right ~ .navbar-right {margin-right: 0}
}
/*#endregion*/

/*#region top*/
.first {
    background:url(images/top-bg.jpg) repeat-x left top;
    font-size: 14px;
    color: #777;
    line-height: 1;
}
.first ul>li>a:before {
    content: "新闻公告：";
    font-weight: 600;
    color: #d9261c;
}
.first ul>li>a { display: inline-block;font-size: 12px;padding-top: 9px;color: #777;}
.first .contact {
    display: inline-block;
    color: #ffffff;
    background: #083E7A;
    padding: 7px 25px;
    transition: background-color ease 0.3s;
    font-size: 14px;
    margin-left: 30px;
}
.first .contact:hover {
    background:#D9261C
}
    .first b {
        color:#d9261c;
    }
.logo {
    padding:20px 0;
    line-height: 1;
}
.logo ul>li>i {
    width: 36px;
    height: 36px;
    background-image: url(images/icon.png);
    background-repeat: no-repeat;
    transition: background-position ease 0.3s;
}
.weixin {background-position: 2px 3px;}
.weixin:hover { background-position: -40px 3px}
.taobao { background-position: 2px -103px;}
.taobao:hover {background-position: -39px -103px; }
.alibaba {background-position: 2px -68px; }
.alibaba:hover {background-position: -39px -68px; }
.phone {background-position: 2px -32px; }
.phone:hover {background-position: -39px -32px; }
/*#endregion*/
/*#region navbar*/
.navbar {
    z-index: 9;
    background: #093F7B;
    min-height: 42px;
}
.navbar-brand {
    height: auto;
    padding: 3px 15px;
    
}

.navbar-nav>li>a {
    padding: 12px 28px;
    color:#fff;
    /*text-transform: uppercase;*/
    transition: background .2s ease-out;

    font-weight: 600;
    border-right: 1px solid #325f92;
}
@media(min-width:1170px) {
    .navbar-nav>li>a {
        padding: 12px 39px;
    }
}
@media(max-width:991px) {
    .navbar-nav>li>a {
        border-right-width: 0;
    }
}
.navbar-nav>li>a:hover {
    background:#2C6DB6;
    color: #fff;
}
.navbar-nav > li.active > a, .navbar-nav > li > a:focus {
    background: #2C6DB6;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background:#2C6DB6;
    border-color: transparent;
  
}
.dropdown-menu {
    background: rgba(255,255,255,.9);
    
}
.navbar-toggle {
    padding: 6px 15px;
    margin-top: 6px;
    margin-bottom: 6px;
    border: 1px solid #eee;
    color: #ffffff;
}
.navbar-collapse {
    position:relative
}
@media(max-width:768px) {
    .navbar-collapse {
        border-top:0px solid #eee;
    }
}
.affix {
    position: fixed;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    top: 0;
    z-index: 10;
    -ms-animation: navbar-slide 0.6s;
    -webkit-animation: navbar-slide 0.6s;
    animation: navbar-slide 0.6s;
}
@keyframes navbar-slide{
    from {top:-75px;}
    to {top:0px;}
}
.dropdown-wide {
    position:static !important;
}
.dropdown-wide>a {
    padding: 12px 15px !important;
    background: #D9261C;
    min-width: 180px;
}
@media(max-width:1170px) {
    .dropdown-wide>a {
        min-width: 150px;
    }
}
.dropdown-wide>a:hover,.dropdown-wide.active>a {
    background: #D9261C !important;
}
.dropdown-wide>.dropdown-menu {
    /*display:block !important;*/
    padding: 0;
    width:100%;
    background: #f2f2f2 !important;
}
.dropdown-wide>.dropdown-menu .col-md-3 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.dropdown-wide>.dropdown-menu .col-md-9 {
    background: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
}
.dropdown-wide>.dropdown-menu>div {
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    border-bottom: 1px solid #ddd;
}
.dropdown-wide .col-md-3 a{
    display: block;
}
.dropdown-wide .col-md-3 a:after {
    font-family: fontawesome;
    content: "\f105";
    float:right
}
.dropdown-wide .list-inline>li {
    padding: 2px
}
.dropdown-wide .list-inline>li>a { border-right: 1px solid #ddd;padding: 0 8px;}
.dropdown-wide .col-lg-2 {
    transition: background-color 0.2s ease;
}
.dropdown-wide .col-lg-2:hover {
    background: #333;
}
.dropdown-wide .col-lg-2:hover a { color: #fff;}
/*.affix-top {
     position: fixed;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    top: 0;
    z-index: 10;
}*/
/*#endregion*/

/*#region banner*/
.banner {
    position: relative;
    overflow: hidden;
}
.img-responsive2{
    display: block;
    /* width: 100%; */
    /* height: 100%; */
    text-align: center;
    object-fit: cover;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.wrap {width:1200px;margin:0 auto;font-size:13px;font-family: "Microsoft yahei";}

.page1 { width:100%;height:444px;overflow:hidden;margin-bottom:30px; position: absolute; top: 50px;}
.page1 ul { margin:60px 26px 0 740px;color:#FFF;}
.page1 ul li{margin-top:20px;letter-spacing: 2px;}
.page1 ul li:first-child{font-size:20px;font-weight:bold; margin-top:0px;}
@media(max-width:992px) {
    .page1{ position:relative;top:0px;height:auto;}
    .wrap{ max-width: 750px;}
    .page1 ul{ margin: 0px; color: #333; padding-left: 20px;}
    .img-responsive2{ width: 100%;}
}
@media(max-width:768px) {
    .wrap{ max-width: 560px;}
}
@media(max-width:576px) {
    .wrap{ max-width: 100%; padding: 15px;}
}
.main-container {
    padding-top: 15px;
    padding-bottom: 25px;
}
/*#endregion*/

/*#region heading*/
.heading {
    line-height: 1;
    margin-bottom: 45px;
}
@media(max-width:768px) {
    .heading {
        margin-bottom: 30px;
    }
}
.heading h1,.heading h2,.heading h3 {
    font-size: 26px;
    margin-left: 0;
    font-weight: 600;
}
.heading-border {
    border-bottom: 2px solid #ebe8e8;
}
/*#endregion*/

/*#region breadcrumb*/
.breadcrumb {
    background: transparent;
    margin-top: 15px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}
@media(max-width:768px) {
    .breadcrumb {
        margin-top: 0px;
        margin-bottom: 15px;
    }
}
.breadcrumb:before {
    /*font-family: fontawesome;
    content: "\f015";*/
    content: "您现在的位置:";
    color: #777;
    margin-right: 5px;
}
/*#endregion*/
.nav-childs {
    background: #EEEEEE;
    
    font-size: 16px;
}
.nav-childs>li>a {
    border-radius: 0;
    background: #ACACAC;
    color: #fff;
    margin-bottom: 2px;
    transition: background-color 0.3s ease;
}
.nav-childs>li>a:hover {
    background: #EFA923;
    color: #fff;
}
/*#region nav*/
.nav-news {
    background: #eeeeee;
    /*border-bottom: 2px solid #EBE8E8;*/
}
.nav-news>li>a {
    font-size: 16px;
    padding: 12px 50px;
    background: #ACACAC;
    color: #fff;
    transition: background-color ease-in 0.2s;
}
.nav-tabs.nav-justified > li > a {
    border-radius: 0;
    border: 1px solid #ddd;
    margin-left: -1px;
}
@media(max-width:768px) {
    .nav-news>li>a {
        font-size: 14px;
        padding: 10px 25px;
    }
}
.nav-news>li.active>a {
    background: #083E7A;
    color: #fff;
}
.nav-news>li>a:hover,.nav-news>li.active>a:hover {
    color: #fff;
    background: #EFA923;
}
/*#endregion*/
/*#region product row*/
.product-row {
    overflow: hidden;
    height: 1%;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
}
.product-row .title{
    font-size: 0.875rem;
    margin-top: 0;
    padding: 6px;
}
.product-row .title>a {
    color: #fff;
    transition: all 0.3s ease;
}
.product-row .summary {
    color: #757575;
}
.product-row .img-link {
    display: block;
    border: 1px solid #eee;
    overflow: hidden;
}
.product-row .img-link>.img-fluid{
    margin: auto;
    transition: all 0.3s ease;
}
.product-row .img-link:hover>.img-fluid {
    transform: scale(1.3);
}



/*#endregion*/

/*#region product col*/
.product-col {
    position: relative;
    margin-bottom: 25px;
    border: 5px solid #eeeeee;
    background:#fff;
    padding:15px 2px;
    overflow: hidden;
    transition: all 0.4s ease;
}
.product-col:hover {
    border: 5px solid #093F7B;
}
.product-col .thumb {
    overflow: hidden;
    text-align: center;
}
.product-col .thumb .img-responsive {
    transition: all 0.4s ease;
    margin-left: auto;
    margin-right: auto;
}
.product-col .thumb:hover .img-responsive {
    transform: scale(1.2);
    opacity: 0.5;
}
.product-col .caption {
    overflow:hidden;
    transition: all 0.4s ease;
    text-align: center;
    padding: 5px 8px;
    background:#fff;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.product-col .caption a:hover {
    
}
@media(max-width:768px) {
    .post-col .caption {
    }
}
/*#endregion*/

/*#region article row*/
.article-row {
    padding: 10px 0;
    margin-bottom: 25px;
    overflow: hidden;
    color: #777;
    transition: all 0.3s ease;
    border-bottom: 1px dashed #dddddd;
}
.article-row .title,.article-row .title a{
    margin-top: 0;
    font-weight: 300;
    font-size: 18px;
    color: #666;
    font-weight: 600;
}
.article-row p { margin-bottom: 0;}
.article-row time {
    display: block; 
    font-size: 12px;
    color: #999;
    font-weight: 100;
}
.article-row .more{
    color: #333;
}
.article-row h6 { font-size: 15px;}
.article-row p.summary { font-size: 12px;}
.child-title {
    border-bottom: 1px solid #777;
    overflow: hidden;
    height: 1%;
    clear: both;
    margin-bottom: 10px;

}

.article-container .article-col:nth-of-type(even) {
    margin-left: -1px;
}
@media(max-width: 768px) {
    .article-container .article-col:nth-of-type(even) {
        margin-left: 0;
}
}
.article-col {
    padding: 10px 0;
    overflow: hidden;
    color: #777;
    transition: all 0.3s ease;
    border: 1px solid #dddddd;
    margin-top: -1px;
}

.article-col .title,.article-col .title a{
    margin-top: 0;
    font-weight: 300;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap

}
.article-col p { font-size: 12px;margin-bottom: 0;}
.article-col time {
    display: block; 
    font-size: 12px;
    color: #999;
    font-weight: 100;
}
.article-col .more{
    color: #333;
}
/*.article-item:hover {
    background: #f2f2f2;
}*/
/*#endregion*/

/*#region article list*/
.article-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
.article-list li {
    border-bottom: 1px dashed #eee;
    padding-top: 15px;
    padding-bottom: 15px;
}
.article-list>li>a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.article-list>li>a:hover {
    color: #FE8301;
}
.article-list li a:before{
    font-family:fontawesome;
    content:"\f105";
    margin-right:8px;
    margin-left: 4px;
}
.article-list li span {
    float: right;
    padding-right: 5px;
    margin-left: 8px;
    color: #999;
}
/*#endregion*/



/*#region content-head-container*/
.content-head-container { }
.content-head-container .title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 1.5rem;
}
@media(max-width:768px) {
    .content-head-container .title {
        font-size: 1.25rem;
    }
}
.sub-title {
    padding: 10px 0;

    border-bottom: 1px dotted #ddd;
}
.content-head-container ul>li {
    padding: 10px 0;
}
.inquiry {
    background: #F6F6F6;
    text-align: center;
}
.inquiry>a {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    background: linear-gradient(#B8080A, #7B0505);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#B8080A,endcolorstr= #7B0505,gradientType=0);
    padding: 20px 70px;
    border-radius: 5px;
}
/*#endregion*/

/*#region thumb-items*/
.magiczoom,.mz-figure {
    display: block;
    /*text-align: center;*/
}
.thumb-items {
    overflow: hidden;
    height: 1%;
    /*padding-left: 6px;
    padding-right: 6px;*/
    margin: 0 0 10px 0;
}
.thumb-items>ul {
    display: block;
    overflow: hidden;
    height: 1%;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    margin-left: -4px;
    margin-right: -4px;
    /*margin: 0 -6px;*/
}
.thumb-items>ul>li {
    float: left;
    width: 25%;
    padding:4px;
}
    /*.thumb-items > ul > li:first-child {
        padding-left:0;
    }
   .thumb-items > ul > li:last-child {
        padding-right:0;
    }*/
.thumb-items>ul>li a,.thumb-items a[data-zoom-id], .mz-thumb, .mz-thumb:focus {
    display: block;
    vertical-align:middle;
    max-width: 100%;
    text-align: center;
    border:1px solid #ddd;

    /*border: 1px solid #ccc;*/
}
.thumb-items>ul>li>a.mz-thumb-selected {
    border-color: #ff6600;
}
    .thumb-items > ul > li img {
        max-height: 80px;
        margin: auto;

    }

/*#endregion*/

/*#region content-container*/
.product-navs {
    background: #aaa;
    border-bottom-width: 0;
}
.product-navs>li {
         width: 33.3333%;
    margin-bottom: 0;
}
.product-navs>li>a {
   
    color: #fff;
    border-radius: 0;
    margin-right: 0;
    text-align: center;
}
.product-navs>li.active>a {
    background: #333;
    color: #fff;
    border-width: 0;
    border-radius: 0;
}
.product-navs>li>a:hover,.product-navs>li>a:focus {
    background: #aaa;
    border-width: 0;
    margin-bottom: 0;
}
.product-navs>li.active>a:hover,.product-navs>li.active>a:focus {
    border-width: 0;
    background: #333;
    color: #fff;
}
.tab-content {
    border: 1px solid #ccc;
    border-top-width: 0;
    padding: 15px;
}
.content-container {
    line-height: 1.8;
}
.content-container p img {
        display: inline-block;
        text-indent: 0;
    }
.content-container .title {
    text-align: center;
    font-size: 22px;
}
.content-container .summary {
    position: relative;
    text-align: center;
    color: #777;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eeeeee;
}
.content-container img {
    max-width: 100% !important;
    height: auto !important;
}
.content-container table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.content-container ul {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    padding-left: 0;
}
.content-container li{ 
    float: left;
    width: 50%;
    margin-bottom: 0px;
    display: inline-block;
    min-height: 80px;
}
@media (max-width: 768px){
    .content-container li{ width: 100%; min-height: auto;  }
}
/*#endregion*/

/*#region content table container*/
.table-container table th,
.table-container table td {
  padding: 5px;
    vertical-align: middle;
  /*border-top: 1px solid #dee2e6;*/
    font-size: 14px;
    border: 1px solid #dee2e6;
    text-align: center;
}
.table-container table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}

.table-container table tbody tr:hover {
  /*background-color: rgba(0, 0, 0, 0.075);*/
    background-color: rgba(165, 213, 226, 1);
    color: #fff;
}
@media (max-width:  767.99px) {
     .table-container-responsive-md table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
     }
}
@media (max-width:991.99px) {
    .table-container-responsive-lg table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}
@media (max-width:1199.99px) {
  .table-container-responsive-xl table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
/*#endregion*/

/*#region video col*/
.video-col {

}
    .video-col .thumb {
        line-height:1;
    }
.video-col .thumb>a {
    display: inline-block;
    position: relative;
    line-height:1;
}
.video-col .thumb>a:after {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-family: fontawesome;
    content: "\f01d";
    line-height: 1;
    color: rgba(255, 255, 255,.6);
    font-size: 70px;
    width: 70px;
    height: 70px;
    margin: auto;
}
.video-col .thumb>a:hover:after {
     color: rgba(255, 255, 255,.8);
}
.video-col .caption {
    text-align: center;
    padding: 5px 8px;
    height: 48px;
    overflow: hidden;
}
@media(max-width:576px) {
    .video-col .caption {
        height: auto;
    }
}
/*#endregion*/

/*region certificate*/
.certificate {
    border: 5px solid #eeeeee;
    transition: border-color ease 0.2s;
}

.certificate .thumb {
    display: block;
    overflow: hidden;
}
.certificate .thumb>img {
    margin: auto;
}
.certificate .caption {
    text-align: center;
    padding: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all ease 0.2s;
}
.certificate:hover {
    border: 5px solid #093F7B;
}
.certificate:hover .caption {
    background: #093F7B;
    color: #fff;
}
/*endregion*/
/*#region footer*/

footer {
    background: #212121;
    color: #7c7c7c;
    font-size: 12px;

}
.bottom-service {
    font-size: 12px;
}
.bottom-service .fa {
    font-size: 60px;
    transition: color ease-in 0.3s;
}
.bottom-service a {
    display: inline-block;
    padding: 30px 23px;
    border: 5px solid #424141;
    border-radius: 50%;
     transition: border-color ease-in 0.3s;
}
@media(max-width:768px) {
    .bottom-service .fa {
        font-size: 26px;
    }
    .bottom-service a {
        border-width: 3px;
        padding: 15px 11.5px;
    }
}
.bottom-service a:hover {
    border-color: #fff;
}
.bottom-service a:hover .fa {
    color: #fff;
}
.bottom-service p {
    margin-bottom: 8px;
}
.bottom-service p b {
    font-size: 14px;
    color: #8d8d8d;
}
.footer-bottom {
    background: #000;
        padding-top: 15px;
    padding-bottom: 15px;
    text-align:center;
}
.footer-link {
    border-top: 1px solid #353535;
    
}
.footer-link h6 {
    color: #fff;
}
.footer-link .list-unstyled>li {
    padding: 3px 0;
}
.footer-link .list-unstyled>li>a {
    color:rgb(161, 161, 161);
}
.footer-link p {
    margin-bottom: 8px;
}
.footer-link .phone {
    color: #fff;
    font-size: 24px;
}

/*#endregion*/
/*region page*/
.product-container>div {
    /*border-right: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    margin-left: -1px;*/
}
.product-home-item {
    position: relative;
    background:#fff;
    overflow: hidden;
    transition: all 0.4s ease;
    border-right: 1px solid #DFDFDF;
    min-height: 665px;
}
@media(max-width:576px) {
    .product-home-item {
        min-height: 100px;
        border-right-width: 0;
    }
}

.product-home-item .thumb {
    overflow: hidden;
    text-align: center;
}
.product-home-item .thumb .img-responsive {
    transition: all 0.4s ease;
    margin-left: auto;
    margin-right: auto;
}
.product-home-item .thumb:hover .img-responsive {
    transform: scale(1.2);
    opacity: 0.8;
}
.product-home-item h6 {
    font-size: 20px;
    font-weight: 600;
}
.product-home-item li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.network {
    padding-bottom: 100px;
}
@media(max-width:768px) {
    .network {
        padding-bottom: 20px;
    }
}
.network>div {
    text-align: center;
    padding: 80px 20px;
    font-size: 20px;
    color: #fff;
    transition: background-color ease 0.2s;
}
.network>div>a {
    color: #fff;
}
@media(max-width:768px) {
    .network>div {
        padding: 30px 15px;
    }
}
.network>div:nth-of-type(odd) {
    background: #093F7B;
}
.network>div:nth-of-type(odd):hover {
    background: #041931
}
.network>div:nth-of-type(even) {
    background: #0584C3;
}
.network>div:nth-of-type(even):hover {
    background: #02354E;
}
.contact {
    font-size: 12px;
    color: #666;
}
.contact p {
    margin-bottom: 6px;
}
.contact p strong {
    color: #D9261C;
    font-size: 20px;
    font-weight: 600;
}
.contact h6 {
    font-weight: 600;
}
.line {
    background:url(images/line.jpg) no-repeat left top;
}
@media(max-width:992px) {
    .line { background-image: none;}
}
#dituContent {

    width: 100%;
    height: 500px;
    border: #ccc solid 1px;
    float: right;
    margin-top: 20px;
    margin-bottom: 60px;

}
@media(max-width:768px) {
    #dituContent { height: 300px;margin-bottom: 20px;}
}
.bdsharebuttonbox {
    float: right;
    margin-bottom: 10px;
}
/*#endregion*/
/*#region home page*/
.home-title {
    position: relative;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.home-title h4 {
    position: relative;
    display: inline-block;
    background: #fff;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 3;
    color: #083E7A;
     letter-spacing: 2px;
     font-weight: 600;
    /*transition: all ease 0.3s;*/
}
.home-title h4 a {
    color: #083E7A;
   
}
.home-title .line {
    height: 15px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    float: left;
    background: #eeeeee;
    width: 100%;
    position: absolute;
    left: 0;
    top: 35%;
    z-index: 1;
}
.home-item {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ddd;
   
    transition: all ease 0.2s;
}
.home-item p {
    font-size: 12px;
    margin-bottom: 3px;
    color: #777;
}
.home-item span {
    position: absolute;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 10px;
    font-size: 24px;
}
.home-item b {
    font-weight: normal;
    font-size: 20px;
}

@media(max-width:768px) {
    .home-item span {
        font-size: 20px;
    }
    
}
.home-item:hover {
    box-shadow: 0px 0 6px 4px #eee;
}
.home-item:hover span {
    color: #D92622;
}
.bg-0 {
    background:url(images/bg-0.jpg) no-repeat center center;
    background-size: cover;
}
.bg-1 {
    background:url(images/bg-1.jpg) no-repeat center center;
    background-size: cover;
}
.bg-2 {
    background:url(images/bg-2.jpg) no-repeat center center;
    background-size: cover;
}
.home-foot {
    background: #F3F3F3;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 12px;
}
.home-foot .box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
}
.summ {
    background: #093F7B;
    padding: 8px 10px;
    margin-bottom: 30px;
}
.summ a {
    color: #fff;
}
.summ h6 {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
}
.home-foot p {
    line-height: 2.1;
}

.home-foot ul>li {
    border-bottom: 1px dashed #b2b2b2;
    padding: 8px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.home-foot ul>li>a:before {
    font-family: fontawesome;
    content: "::";
    margin-right: 6px;
}
.home-foot a {
    transition: all ease 0.3s;
}
.home-foot ul>li>a:hover {
    color: #d9261c;
}
/*#endregion*/
.form-container .form-control {
    background: #eee;
    border: 1px solid #eee;
    height: 45px;
}
.form-container textarea.form-control {
    height: auto;
}
.form-container .form-group {
    margin-bottom: 17px;
}
.form-container .btn {
    font-size: 20px;
    padding: 12px 60px;
    background: #fff;
    color: #00466b;
    border: 2px solid #00466b;
    border-radius: 30px;
}
.form-container .btn:hover {
    background: #00466B;
    color: #fff;
}
.popover-content h6 {
    color: #F60;
    font-size: 24px;
}
.popover-title {
    font-weight: 600;
}
/*手机端底部菜单*/
.mobile-nav{position: fixed;bottom: 0;left: 0;right: 0;height: 48px; background: #093F7B;z-index: 999;display: flex;border-top: 2px solid #fff;}
.mobile-nav .item{width: 25%;border-left: 1px solid rgba(255,255,255,.2);}
.mobile-nav .item a{font-size: 12px;color: #fff;display: block; text-align: center;line-height: 20px;padding-top: 8px;}
.mobile-nav .item:first-child{border-left: 0px;}
.mobile-nav .item a:before{font-family: fontawesome; font-size: 14px; color: #fff;display: block; line-height: 16px;}
.mobile-nav .mobile-nav-home:before{content: "\f015";font-family: fontawesome; font-size: 14px;}
.mobile-nav .mobile-nav-pro:before{content: "\f07a";font-family: fontawesome; font-size: 14px;}
.mobile-nav .mobile-nav-tel:before{content: "";font-family: fontawesome; font-size: 14px;}
.mobile-nav .mobile-nav-feedback:before{content: "\f0e0";font-family: fontawesome; font-size: 14px;}

.reveal-modal-bg{position:fixed;height:100%;width:100%;z-index:1000;display:none;top:0;left:0;background:rgba(00,00,00,0.8);}
.reveal-modal{visibility:hidden;top:50px;left:50%;margin-left:-45%;width:90%;position:absolute;z-index:1001;padding:25px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);-box-shadow:0 0 10px rgba(0,0,0,.4);background-color:#FFF;}
.reveal-modal h2{font-size:20px;text-align:center;}
.reveal-modal .close-reveal-modal{font-size:30px;line-height:0.5;position:absolute;top:8px;right:11px;color:#333;text-shadow:0 -1px 1px rbga(0,0,0,.6);font-weight:bold;cursor:pointer;}
.reveal-modal-pro{visibility:hidden;top:0;left:0;width:100%;position:absolute;z-index:1001;background-color:#f7f7f7;height:100vh; overflow-y:auto;}
.reveal-modal-pro h2{width:100%;text-align:center;font-size:18px;text-transform:uppercase;line-height:45px;background:#fff;margin-bottom:0;}
.reveal-modal-pro h3{width:100%;font-size:16px;text-transform:uppercase;line-height:45px;font-weight:bold;background:#e4e4e4;padding-left:15px;margin-bottom:0;}
.reveal-modal-pro ul,.reveal-modal-pro ul li{list-style:none;padding:0;margin:0;}
.reveal-modal-pro .mb-pro-nav>li{border-top:1px solid #fff;border-bottom:1px solid #ddd;font-size:14px;line-height:1.2;text-transform:capitalize;position:relative;}
.reveal-modal-pro .mb-pro-nav>li>a{padding-left:20px;}
.reveal-modal-pro .mb-pro-nav>li a{display:block;padding-top:12px;padding-bottom:12px;padding-right:20px;}
.reveal-modal-pro .mb-pro-nav>li ul{display:none;}
.reveal-modal-pro .mb-pro-nav .hasul>a:after{content:'\f107';font-family:fontawesome;color:#999;font-size:18px;position:absolute;width:12px;height:18px;line-height:18px;text-align:center;right:10px;top:13px;font-weight:400;}
.reveal-modal-pro .mb-pro-nav>li.active>a{font-weight:bold;background:#eee;}
.reveal-modal-pro .mb-pro-nav>li.active{background:#eee;border-bottom:3px solid #dadada;}
.reveal-modal-pro .mb-pro-nav>li ul li{border-top:1px dotted #ccc;font-size:12px;}
.reveal-modal-pro .mb-pro-nav>li ul li a{padding-left:36px;}
.reveal-modal-pro .close-reveal-modal{font-size:30px;line-height:0.5;position:absolute;top:42px;padding: 15px; right:11px;color:#333;text-shadow:0 -1px 1px rbga(0,0,0,.6);font-weight:bold;cursor:pointer;}

@media(max-width:768px) {
    .totop{z-index: 99;bottom: 60px;}
    footer {margin-bottom: 48px; }
}
